home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI298.ASC < prev    next >
Text File  |  1992-09-02  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : ALL TSR - TERMINATE AND STAY RESIDENT      NUMBER : 298
  10.   VERSION : All
  11.        OS : PC-DOS 3.10
  12.      DATE : March 24, 1987                               PAGE : 1/2
  13.     TITLE : CLEAR SCREEN COMMAND PATCH
  14.  
  15.  
  16.  
  17.  
  18.   This patch solves the problem you are experiencing with the CLS
  19.   command in DOS, version 3.10. The problem is a result of the
  20.   interrupt (20H) used by DOS to determine if ANSI.SYS has been
  21.   installed. To modify this situation, you will need to patch
  22.   COMMAND.COM using DEBUG as follows:
  23.  
  24.   Use the DOS utility, DEBUG, to apply the following patch to a
  25.   copy of your original COMMAND.COM file. Copy DEBUG.COM into the
  26.   directory (or onto the diskette) where your working copy of
  27.   COMMAND.COM is located. At the DOS prompt, type the following
  28.   information exactly as it appears. (Conclude each line by
  29.   pressing <Enter>.)
  30.  
  31.   Note:
  32.   1.   DEBUG is not sensitive to upper and lower case. All
  33.        addresses are listed in upper case for ease of readability.
  34.  
  35.   2.   While in DEBUG, the prompt will appear as a dash  (-).
  36.  
  37.   3.   If you do not receive the appropriate response, press "q"
  38.        followed by <Enter>, to quit. Check your version numbers
  39.        and, if correct,try again.
  40.  
  41.   TYPE                                             THIS APPEARS
  42.  
  43.   debug COMMAND.COM<Enter>                         -
  44.  
  45.   r<Enter>                             ( A listing of the registers
  46.                                          will appear. Use the value
  47.                                          that  appears  in  the  CX
  48.                                          register. )
  49.  
  50.   s100 (contents of CX) B8 20 35 CD 21<Enter>      xxxx:nnnn
  51.  
  52.   e(nnnn + 1)<Enter>                               xxxx:nnnn 20.
  53.  
  54.   2A<Enter>                                        -
  55.  
  56.   w<Enter>                                         Writing xxxx
  57.   bytes
  58.  
  59.   q<Enter>                                         DOS prompt
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : ALL TSR - TERMINATE AND STAY RESIDENT      NUMBER : 298
  76.   VERSION : All
  77.        OS : PC-DOS 3.10
  78.      DATE : March 24, 1987                               PAGE : 2/2
  79.     TITLE : CLEAR SCREEN COMMAND PATCH
  80.  
  81.  
  82.  
  83.  
  84.   DISCLAIMER: You have the right to use this technical information
  85.   subject to the terms of the No-Nonsense License Statement that
  86.   you received with the Borland product to which this information
  87.   pertains.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.